rda(xnew, x, ina, gam = 1, del = 0)
Tsagris Michail, Simon Preston and Andrew TA Wood (2016). Improved classification for compositional data using the $\alpha$-transformation. Journal of classification (to appear). http://arxiv.org/pdf/1106.1451.pdf
rda.tune, alfa
x <- iris[, 1:4]
ina <- as.numeric( iris[, 5] )
mod <- rda(x, x, ina)
table(ina, mod$est)
Run the code above in your browser using DataLab